'Declaration
Public Shared Function CreateRectBySize( _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ ) As GdPictureRectangle
public static GdPictureRectangle CreateRectBySize( int Left, int Top, int Width, int Height )
public function CreateRectBySize( Left: Integer; Top: Integer; Width: Integer; Height: Integer ): GdPictureRectangle; static;
public static function CreateRectBySize( Left : int, Top : int, Width : int, Height : int ) : GdPictureRectangle;
public: static GdPictureRectangle* CreateRectBySize( int Left, int Top, int Width, int Height )
public: static GdPictureRectangle^ CreateRectBySize( int Left, int Top, int Width, int Height )
Parameters
- Left
- Top
- Width
- Height